Edit Resource: BreakdownTime
Description
The BreakdownTime attribute under EditResource allows you to set the Breakdown Time for the current resource.
Parameters
Parameter | Description |
---|---|
BreakdownTime | A numeric number representing seconds (millisecond fidelity). |
Examples
The breakdown time for SSR is set to 3600s.
PATCH api/resource/SSR
Body:
{
"BreakdownTime" : "3600"
}